[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isallalpha - are all characters in string
                                     alphabetic

  Syntax              boolean isallalpha(char *str);

  Prototype in        stringhk.h

  Remarks             checks if all characters in str are alphabetic.

  Return value        returns TRUE if all characters in str are
                      alphabetic, FALSE otherwise.

  See also            isallalphanum(), isalllower(), isallupper()


See Also: isallalphanum() isalllower() isallupper()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson